home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000007_news@newsmaster….columbia.edu _Mon Sep 29 23:02:53 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA18683
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 29 Sep 1997 23:02:53 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id XAA27601
  7.     for kermit.misc@watsun; Mon, 29 Sep 1997 23:02:52 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!news-peer.sprintlink.net!news-peer-east.sprintlink.net!news.sprintlink.net!Sprint!news.idt.net!news.voicenet.com!omni2!cmosley
  9. From: cmosley@voicenet.com (Christopher Mosley)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit via PPP under DOS?
  12. Date: 30 Sep 1997 03:01:50 GMT
  13. Organization: VoiceNet - Internet Access - (215)674-9290
  14. Lines: 74
  15. Message-ID: <60pq2u$op1$1@news3.voicenet.com>
  16. References: <60dt7d$dj2@f1n1.spenet.wfu.edu> <ombu1b9anp.fsf@tees.cs.ualberta.ca> <60pd8j$kd1$1@news3.voicenet.com>
  17. NNTP-Posting-Host: omni2.voicenet.com
  18. X-Newsreader: TIN [version 1.2 PL2]
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:7770
  20.  
  21. Christopher Mosley (cmosley@voicenet.com) wrote:
  22. : Vladimir Alexiev (vladimir@cs.ualberta.ca) wrote:
  23. : : In article <60hrre$t7q$1@news3.voicenet.com> cmosley@voicenet.com (Christopher Mosley) writes:
  24.  
  25. : : > Yes, pktmux in combination with cslipper. I don't think dosppp uses 
  26. : : > compression?
  27.  
  28.  
  29.  
  30. : Basically I was giving _explicit_ instructions on how to to use mskermit as
  31. : a telnet in windows concurrently with winsock applications. So you can connect
  32. : to your very most favorite isp and use the best telnet. There is the notion
  33. : around that this cannot be done or shouldn't be done.
  34. :     It's been a while since I did this but I believe the packet driver
  35. : option in trumpet winsock is ethernet not slip - pktmux is also ethernet.
  36.  
  37.  
  38.  
  39.  
  40. This is backwards, the important thing is that pktmux uses an ethernet
  41. driver and presents an ethernet interface I believe and kermit needs a slip
  42. interface if ethernet is going to be used . There *is*
  43. a slip/ppp interface in winsock.  Now if there is  a way around this -
  44. I don't know.
  45.  
  46.  It is however simple to do this with c/slipper. 
  47.  
  48.  
  49. : Kermit needs a slip (6)interface with PPP therfore use c/slip. C/Slipper
  50. : is the best I've found. Why it is not the driver supplied with kermit
  51. : I don't know. The driver supplied/once supplied with kermit was the basis
  52. : for c/slipper - I believe.  
  53. :     
  54.  
  55.  
  56. : : It doesn't have VJ header compression, yes. But I'm not sure if that's the
  57. : : only kind of compression that PPP supports. The main benefit of PPP to SLIP is
  58. : : that it's more robust, not more efficient.
  59.  
  60. : : In any case the choice of PPP or SLIP is already made for you by your ISP :-)
  61.  
  62. : : > (slirp can be used if you have a shell account and don't have cslip)
  63.  
  64. : : If you have a shell account, why would you want to use SLIP for kermit anyway?
  65.  
  66. : : > can be used to run mskermit as a telnet concurrently with winsock
  67. : : > applications.
  68.  
  69. : : Once you have any kind of packet driver and/or emulation (no matter SLIP or
  70. : : PPP), you can put two stacks (kermit's and winsock) on top of the driver,
  71. : : using pktmux. With some provisos, of course.
  72.  
  73. : : > kermit and cslipper makes a great telnet for arachne .
  74. : : Yes, if you use TCP/IP applications, then there is sense in putting a SLIP/PPP
  75. : : emulator on top of a shell connection, and using Kermit over that TCP/IP link.
  76. : : BTW, the emulator that's more commonly used than SLiRP is TIA. TIA has both
  77. : : SLIP and PPP emulation.
  78.  
  79.  
  80. : Slirp is completely free, has ppp/slip/cslip it is the uncommon choice of
  81. : the parsimonious. 
  82.  
  83.  
  84. : : > Why not use the best instead of what is supplied.
  85.  
  86. : : Agreed. But one should also understand the tradeoffs between different
  87. : : protocols and protocol driver implementations. Eg PPP is more robust; SLIP may
  88. : : be more parsimonious; EtherPPP supports VJ compression but is bulkier than
  89. : : DOSPPP. 
  90.  
  91. : : > It is somewhat surprising to find that dosppp will not work out of the box
  92. : : > for kermit telnet in arachne but dosppp works quite well with _other_ wattcp
  93. : : > based programs.
  94. : : PPPD (class 6 driver) works out of the box, EPPPD (class 1 driver) doesn't.